Welcome![Sign In][Sign Up]
Location:
Search - knapsack genetic

Search list

[AI-NN-PRcqa

Description: 背包问题的遗传算法解法-knapsack problem Genetic Algorithm Solution
Platform: | Size: 284672 | Author: 李佚 | Hits:

[CSharpknapGa

Description: 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
Platform: | Size: 5120 | Author: 流程 | Hits:

[AI-NN-PRGA_01Knap

Description: 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
Platform: | Size: 2065408 | Author: | Hits:

[AI-NN-PRBBGAVB

Description: 一个求解背包问题的遗传算法,该程序是基于VB平台开发的-a knapsack problem solving genetic algorithm, the program is based on the platform in the VB
Platform: | Size: 24576 | Author: 史剑 | Hits:

[Othertigongyuanma

Description: 该文件包共有5个文件 TSP--传统算法---说明TSP的传统算法实践 背包问题----0-1背包问题的传统算法实践 模拟退火算法----模拟退火算法实现TSP问题 我的通讯录----我整理写的个人通讯录 遗传算法----遗传算法解决TSP问题 -The package total of five documents TSP- traditional algorithms--- algorithms that TSP practice traditional knapsack problem---- 0-1 knapsack problem of the traditional practice of simulated annealing algorithm algorithm simulated annealing algorithm---- TSP I---- I am finishing the Address Book Personal Address Book written---- genetic algorithm genetic algorithm to solve TSP problems
Platform: | Size: 10829824 | Author: lisanshi2006 | Hits:

[AI-NN-PRvb_Calculator

Description: 基于遗传算法的背包问题求解,有基本的说明和代码-based on genetic algorithm knapsack problem solving, a basic description and code.
Platform: | Size: 20480 | Author: 赵宇 | Hits:

[AI-NN-PRGA_for_TSP

Description: 用遗传算法求解背包问题是南京航空航天大学信息与计算科学专业编写的.本程序利用遗传算法来求解背包问题.采用二进制字符串编码,1表示选择物体,0则不选择. 背包问题描述:在M件物品取出若干件放在空间为W的背包里,每件物品的重量为W1,W·2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。注意:在本题中,所有的重量值均为整数。-genetic algorithm knapsack problem is the Nanjing University of Aeronautics and Astronautics, Information and Computing Science prepared. The procedure the use of genetic algorithms to solve knapsack problem. binary string encoding, an option objects, 0 no choice. Knapsack Problem Description : M items removed several pieces on the space-W backpack, Each of the weight W1, W 2 ... Wn, the corresponding value of P1, P2 ... Pn. Sought to gain maximum value of the program. NOTE : In this issue, all the weight values are integers.
Platform: | Size: 25600 | Author: 王杰 | Hits:

[AI-NN-PR0-1package

Description: 遗传算法求解0-1背包问题,包含问题的求解步骤。-Genetic Algorithm 0-1 knapsack problem, including steps to solve the problem.
Platform: | Size: 6144 | Author: 何海斌 | Hits:

[Data structsGenerationAl

Description: 用遗传算法解0/1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法。-Genetic Algorithm for 0/1 knapsack problem, knapsack problem is a well-known class of NP-complete problems. Solution is here.
Platform: | Size: 2048 | Author: 李博宁 | Hits:

[Button controlChp15

Description: 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
Platform: | Size: 1018880 | Author: | Hits:

[AI-NN-PRGA_for_Knapsack_Problem

Description: 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
Platform: | Size: 44032 | Author: daniel | Hits:

[Data structs01knapsack

Description: 01背包问题的C++源程序,写的比较简单-01 knapsack problem C++ Source code, written in relatively simple
Platform: | Size: 49152 | Author: sandy chen | Hits:

[AI-NN-PRGA

Description: 背包算法中用遗传算法解决VB代码 希望能帮助有用得着的朋友-Knapsack algorithm using genetic algorithm to solve VB code to help a friend has useful
Platform: | Size: 1024 | Author: adsd | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[AI-NN-PRKnapsack

Description: 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
Platform: | Size: 266240 | Author: 蓝点 | Hits:

[matlabGQA

Description: 遗传量子算法求解背包问题Matlab源码-Quantum Genetic Algorithm for Knapsack Problem
Platform: | Size: 11264 | Author: 林剑祥 | Hits:

[AI-NN-PRknapsack

Description: 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
Platform: | Size: 252928 | Author: tunzhao | Hits:

[Algorithmgenetic

Description: This is knapsack problem solution by genetic algorithm
Platform: | Size: 2048 | Author: hamaaral | Hits:

[AI-NN-PRKnapsack problem with genetic algortihm solution

Description: Knapsack problem solved with genetic algortihm by using C++ language.
Platform: | Size: 22003 | Author: garflin | Hits:

[knapsack_GA

Description: visual c++背包问题遗传算法求解,含注释(visual C++ knapsack problem genetic algorithm solution, containing annotation)
Platform: | Size: 286720 | Author: zj992 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net